From: kfraser@localhost.localdomain Date: Tue, 10 Apr 2007 14:35:37 +0000 (+0100) Subject: linux: Fix reboot.c after PV-on-HVM changes. X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b9526a2fbd96221fec6ceeb010642e8ff269ffe2;p=xen.git linux: Fix reboot.c after PV-on-HVM changes. Signed-off-by: Keir Fraser --- diff --git a/linux-2.6-xen-sparse/drivers/xen/core/reboot.c b/linux-2.6-xen-sparse/drivers/xen/core/reboot.c index e8601f2394..cb95ac9326 100644 --- a/linux-2.6-xen-sparse/drivers/xen/core/reboot.c +++ b/linux-2.6-xen-sparse/drivers/xen/core/reboot.c @@ -231,7 +231,7 @@ static int shutdown_event(struct notifier_block *notifier, static int __init setup_shutdown_event(void) { static struct notifier_block xenstore_notifier = { - .notifier_call = setup_shutdown_watcher + .notifier_call = shutdown_event }; register_xenstore_notifier(&xenstore_notifier);